# Git
.git
.gitignore

# Python cache
__pycache__
*.pyc
*.pyo
*.egg-info
dist/
build/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Output artifacts (mounted at runtime)
output/
logs/
_backup/

# OS files
Thumbs.db
.DS_Store
